Node.prev_sibling

Get this node previous sibling.

struct Node
const @nogc nothrow
prev_sibling
()

Return Value

Type: auto

A Nulllable!Node

Meta